projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92f8b2
)
(rmail-header-get-limit): Don't end error message with a period.
author
Henrik Enberg
<henrik.enberg@telia.com>
Thu, 9 Mar 2006 02:15:21 +0000
(
02:15
+0000)
committer
Henrik Enberg
<henrik.enberg@telia.com>
Thu, 9 Mar 2006 02:15:21 +0000
(
02:15
+0000)
lisp/mail/rmailhdr.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailhdr.el
b/lisp/mail/rmailhdr.el
index ef0afea8f579ab657eaa84a696a6660f4cd63aee..bf4438e10d5b5ff8de4d00b797fe38341be54f82 100644
(file)
--- a/
lisp/mail/rmailhdr.el
+++ b/
lisp/mail/rmailhdr.el
@@
-51,7
+51,7
@@
instead."
(goto-char (point-min))
(if (search-forward "\n\n" nil t)
(1- (point))
- (error "Invalid message format
.
"))))
+ (error "Invalid message format"))))
(defun rmail-header-add-header (header value)
"Add HEADER to the list of headers and associate VALUE with it.